From 51aa2c01b3618e8d586b10ac05f5743a89ba2561 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 26 Feb 2011 23:47:41 +0000 Subject: [PATCH] r82877 fixup. It should have only removed the = null bit. --- tests/testHelpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index f627e1d88a..d0bf1235ea 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -451,7 +451,7 @@ class TestFileIterator implements Iterator { private $lineNum; private $eof; - function __construct( $file ) { + function __construct( $file, $parserTest ) { global $IP; $this->file = $file; -- 2.20.1